home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / ARMLINUX / MAIL / 9712 / 000071_Philip.Blundell@pobox.com _Tue Dec 30 16:40:21 1997.msg < prev    next >
Internet Message Format  |  1998-01-04  |  2KB

  1. Return-Path: <Philip.Blundell@pobox.com>
  2. Received: from paddington.london.uk.eu.org (exim@tazenda.demon.co.uk [158.152.220.239])
  3.     by odie.barnet.ac.uk (8.8.6/8.8.6) with SMTP id QAA18540
  4.     for <willy@odie.barnet.ac.uk>; Tue, 30 Dec 1997 16:40:17 GMT
  5. Received: from paddington.london.uk.eu.org [127.0.0.1] (phil)
  6.     by paddington.london.uk.eu.org with esmtp (Exim 1.71 #4)
  7.     id 0xn306-0003rD-00; Tue, 30 Dec 1997 14:50:34 +0000
  8. X-Mailer: exmh version 2.0zeta 7/24/97
  9. To: Matthew Wilcox <willy@odie.barnet.ac.uk>
  10. cc: linux-arm@vger.rutgers.edu
  11. Subject: Re: new patch 
  12. In-reply-to: Your message of "Tue, 30 Dec 1997 13:02:18 GMT."
  13.              <199712301302.NAA16938@odie.barnet.ac.uk> 
  14. Mime-Version: 1.0
  15. Content-Type: text/plain; charset=us-ascii
  16. Date: Tue, 30 Dec 1997 14:50:34 +0000
  17. From: Philip Blundell <Philip.Blundell@pobox.com>
  18. Message-Id: <E0xn306-0003rD-00@paddington.london.uk.eu.org>
  19. Status: RO
  20.  
  21. >Hmm... I may be able to shed some light here.  I finally got a prerelease
  22. >of gcc 2.8 installed, recompiled it with itself, everything seemed great,
  23. >examined some of the assembler produced and it was significantly better.
  24. >Recompiled my kernel with it and now it hangs after it prints `Now
  25. >booting kernel'.  Naturally I have a backup kernel for this eventuality ;-)
  26. >
  27. >Perhaps this patch fixes this.  I'm going to try it out.
  28.  
  29. The gcc 2.8 prerelease sometimes has problems with `short' values that aren't 
  30. on 32-bit boundaries.  To work around this you need to add 
  31. `-mshort-load-bytes' to your compiler options.  I'd be surprised if this was 
  32. causing your hangs though.
  33.  
  34. I'm not aware of anything my patch changed that would fix your problems, 
  35. I'm afraid.  I've had kernels compiled with the new gcc working on my A5000 
  36. but I don't have a RiscPC to test on.
  37.  
  38. p.
  39.